Tracks Menu
From Audacity Manual
Menu | Description |
---|---|
![]() |
Add New Adds a new audio, label or time track. Timer Record Sets Audacity to make a recording unattended. Stereo To Mono Converts the selected stereo track(s) into the same number of mono tracks. Mix and Render Mixes down the selected track(s) into one track, resampling if necessary to the current project sample rate. Resample Resamples the selected track(s) to your chosen sample rate. Remove Tracks Deletes the selected tracks (including non-audio tracks). Align Tracks... Aligns selected tracks with various points in the track, or with each other. Align And Move Cursor... Aligns selected tracks with various points in the track, then moves selection cursor. These all concern label tracks Add Label at Playback Position Adds a text label at the current playback position, creating a label track if necessary. Edit Labels Shows a grid-based editor for moving, editing or deleting the labels. Handy for visually impaired users. Sort tracks by... Sorts all the tracks on screen by starting position on the timeline, or by name. |
Add New Track...
See Tracks for details of the different kinds of tracks.
Audio Track
This creates a new empty audio track. This command is rarely needed, since importing, recording, and mixing automatically create new tracks as needed. But you can use this to cut or copy data from an existing track and paste it into a blank track.
Stereo Track
Creates a stereo version of the new audio track above. You may need this if you start with a load of mono tracks and want to export a stereo mix.
Label Track
This creates a new Label track, which can be very useful for textual annotation. See the discussion on Label Tracks for more information on how to use label tracks.
Time Track
Creates a special track in the project window that can be used to speed up and slow down the playback of associated audio tracks. This occurs according to the speed percentages that are set in the Set Range (upper and lower) option found in the Time Track dropdown menu (located on the track controls to the left of the track itself). The Time Track affects all other audio tracks in the project.
Timer Record
Stereo to Mono
Converts the selected stereo track(s) into the same number of mono tracks, combining left and right channels equally. Not available with stereo tracks split into left and right channels, or where the start or end positions of the channels are different. If you have a split stereo track, you can use the Track Drop-Down Menu to join the channels into a single stereo track before converting to mono. This menu also lets you convert a stereo track to a mono track containing only one of the channels:
- Click "Split Stereo Track" in the menu if your track is not already split into left and right
- Make the channel you want to retain "mono", using the same menu
- Close the other channel using the [X] top left of the Track Panel.
Mix and Render
This command mixes all of the selected tracks down to a single mono or stereo track and simultaneously applies all real-time transformations for the track, such as gain, panning, or resampling.
The channel of a track being mixed affects whether it will be mixed into the left channel of the resulting track(s), the right channel, or both (mono). For example, if you have four tracks:
- Track 1: left channel
- Track 2: left channel
- Track 3: right channel
- Track 4: mono channel
and you select them all and perform a Mix and Render, you will end up with two tracks: the first will contain a mix of tracks 1, 2, and 4 (the new left channel) and the other will contain a mix of tracks 3 and 4 (the new right channel).
Your tracks are implicitly mixed whenever you hit the Play button on the Control Toolbar and whenever you select Export.
Note that if you try to mix two very loud tracks together, you may get clipping (it will sound like pops, clicks, and noise). To avoid this, you should use the track gain controls to reduce the amplitude of all of your tracks.
Resample...
Allows you to change the sample rate of a track by resampling the audio to that new rate.
Remove Track(s)
Removes the selected track(s) from the project. Even if only part of a track is selected, the entire track is removed. You can also remove a track by clicking the X in its upper-left corner. To remove only the selected audio in a track, without adding it to the clipboard, use Delete, Split Delete or Silence from the Edit Menu.
Mute All Tracks, UnMute All Tracks
Mutes or unmutes all the audio tracks in the project, as if you had used the mute buttons from the Track Panel on each track. If a track is muted, it can't be heard in the project and is not exported from it. Note that how the mute buttons affect other tracks depends on your Solo button preference setting. Sometimes it can be as easy to change the mute setting on all tracks (or all but one) by using the mute or solo buttons.
Align...
"alignzero"
Aligns the start of any selected tracks to the start of the project.
"aligncursor"
Aligns the start of any selected tracks to the cursor position.
"alignselectionstart"
Aligns the start of any selected tracks to the start of the current selection
"alignselectionend"
Aligns the start of any selected tracks to the end of the current selection
"alignendcursor"
Aligns the end of any selected tracks to the cursor position.
"alignendselectionstart"
Aligns the end of any selected tracks to the start of the current selection.
"alignendselectionend"
Aligns the end of any selected tracks to the end of the current selection.
"aligntogether"
If you select multiple tracks, this command adjusts their time offset so that they start at the same time. It adjusts their starting time to the average of all of the tracks' original starting times. To adjust the time offset of tracks with complete flexibility, use the Time Shift Tool.
"alignmovecursor"
Align and Move Cursor
These commands work just like the align commands with the move cursor command immediately following it.
Add Label at Selection
This menu item lets you create a new label at the current selection. You can title the label by typing with the keyboard and then hitting "Enter" when you're done. The label saves your current selection - so when you click on the label later it will return the selection to the state it was in when you created the label. See the discussion on Label Tracks for more information on how to use label tracks.
Add Label at Playback Position
Like Add Label at Selection but the label is added at the current position during playback.